Bump version numbers for 1.24.0 release#7214
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request bumps the version number from 1.23.0 to 1.24.0 across all package manifests and updates canonical model data. The version bump is applied consistently across JavaScript/TypeScript (package.json, package-lock.json, openapi.json) and Rust (Cargo.toml, Cargo.lock) package files. Additionally, the PR includes updates to canonical model definitions and mappings.
Changes:
- Version bumped from 1.23.0 to 1.24.0 across all package files
- Updated canonical models with new models and metadata changes
- Updated canonical mapping report with fresh timestamp and model mappings
Reviewed changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ui/desktop/package.json | Bumped version to 1.24.0 |
| ui/desktop/package-lock.json | Bumped version to 1.24.0 in two locations |
| ui/desktop/openapi.json | Bumped API version to 1.24.0 |
| crates/goose/src/providers/canonical/data/canonical_models.json | Added new models and updated existing model metadata; contains several future dates that need correction |
| crates/goose/src/providers/canonical/data/canonical_mapping_report.json | Updated timestamp and model mappings with fresh data |
| Cargo.toml | Bumped workspace version to 1.24.0 |
| Cargo.lock | Bumped version to 1.24.0 for all workspace crates |
Files not reviewed (1)
- ui/desktop/package-lock.json: Language not supported
DOsinga
approved these changes
Feb 13, 2026
alexhancock
approved these changes
Feb 13, 2026
michaelneale
added a commit
that referenced
this pull request
Feb 16, 2026
* origin/main: (42 commits) fix: use dynamic port for Tetrate auth callback server (#7228) docs: removing LLM Usage admonitions (#7227) feat(otel): respect standard OTel env vars for exporter selection (#7144) fix: fork session (#7219) Bump version numbers for 1.24.0 release (#7214) Move platform extensions into their own folder (#7210) fix: ignore deprecated skills extension (#7139) Add a goosed over HTTP integration test, and test the developer tool PATH (#7178) feat: add onFallbackRequest handler to McpAppRenderer (#7208) feat: add streaming support for Claude Code CLI provider (#6833) fix: The detected filetype is PLAIN_TEXT, but the provided filetype was HTML (#6885) Add prompts (#7212) Add testing instructions for speech to text (#7185) Diagnostic files copying (#7209) fix: allow concurrent tool execution within the same MCP extension (#7202) fix: handle missing arguments in MCP tool calls to prevent GUI crash (#7143) Filter Apps page to only show standalone Goose Apps (#6811) opt: use static for Regex (#7205) nit: show dir in title, and less... jank (#7138) feat(gemini-cli): use stream-json output and re-use session (#7118) ...
tlongwell-block
added a commit
that referenced
this pull request
Feb 17, 2026
* origin/main: docs: playwright CLI skill tutorial (#7261) install node in goose dir (#7220) fix: relax test_basic_response assertion for providers returning reasoning_content (#7249) fix: handle reasoning_content for Kimi/thinking models (#7252) feat: sandboxing for macos (#7197) fix(otel): use monotonic_counter prefix and support temporality env var (#7234) Streaming markdown (#7233) Improve compaction messages to enable better post-compaction agent behavior (#7259) fix: avoid shell-escaping special characters except quotes (#7242) fix: use dynamic port for Tetrate auth callback server (#7228) docs: removing LLM Usage admonitions (#7227) feat(otel): respect standard OTel env vars for exporter selection (#7144) fix: fork session (#7219) Bump version numbers for 1.24.0 release (#7214) Move platform extensions into their own folder (#7210) fix: ignore deprecated skills extension (#7139) # Conflicts: # Cargo.lock # Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also bumps canonical models to the freshest since those didn't get merged.